adTempus API
PreviousUpNext
IADTObject::BeginEdit Method

Begins edits for the object.

C++
HRESULT BeginEdit([out,retval] long * editLevel);
C#
BeginEdit([out,retval] long editLevel);
Visual Basic
Sub BeginEdit(editLevel As [out,retval] long)
Parameters 
Description 
[out,retval] long * editLevel 
On return contains the new EditLevel. 

BeginEdit takes a snapshot of the current state of the object (and all its children) to support multi-level undo in the user interface. Each call to BeginEdit must have a corresponding call to CommitEdit or CancelEdit.

adTempus API Reference version 3.0.0.0, revised 10/30/2008